home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEVIEW / MAKESCR.ZIP / MS.DOC < prev   
Encoding:
Text File  |  1992-01-06  |  1.6 KB  |  48 lines

  1.  
  2.                                   MakeScroll
  3.  
  4.                                    Eric Gans
  5.  
  6. MakeScroll combines the screen display code in the file MS.DAT with your
  7. text file to create a self-displaying text file.
  8.  
  9. [WARNING: If you did not get this file directly from Public (software) Library,
  10.           or some other source that you trust to have really tested it, you
  11.           should be wary of running this program. It would be too easy for
  12.           some one to turn this into a virus and PsL has no way of controlling
  13.           that.]
  14.  
  15. Features:
  16.  
  17. - zeroes high bits so that WordStar files can be read without conversion.
  18.    Unfortunately, this means that ASCII line-drawing characters will not
  19.    be displayed properly.
  20.  
  21. - allows  printing  of  control  characters using  (^)
  22.  
  23. - page breaks can be forced with (~)
  24.  
  25. - literals of (^) and (~) can be entered if preceded by (%).
  26.   Enter %% to get a single a literal %.
  27.  
  28. - Issues a "[More]"  every  23 lines;  when  you type a character
  29.   the  [More]  is blanked  out  and doesn't  waste a line on  the
  30.   screen.  Type ^C to exit.
  31.  
  32.                               *****
  33.  
  34. To use, enter MS <text file name> <COM file name>
  35.  
  36. For example, to make TEST.TXT into a self-displaying file named README.COM,
  37. enter
  38.        MS TEST.TXT README.COM
  39.  
  40.  
  41.  
  42. Program distributed by
  43.                            Public (software) Library
  44.                                  P.O.Box 35705
  45.                             Houston, TX 77235-5705
  46.                   Call 1-800-2424-PSL for a free newsletter.
  47.                   Call 1-713-524-6394 for technical support.
  48.